Support GtkWidget expand properties in GtkNotebook
authorMatthias Clasen <mclasen@redhat.com>
Mon, 11 Oct 2010 19:23:03 +0000 (15:23 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 14:49:06 +0000 (10:49 -0400)
commit7791013754b64728d7bfe707c4a51abf0051813f
tree9e07971fd4aaeec480112818fa6e71afdeeae8d3
parent48de50df890b23aa92e6a158866721cf5eb7a48d
Support GtkWidget expand properties in GtkNotebook

We expand a tab if either tab-expand is set, or the generic widget
expand property in the correct direction is set. And we do not
propagate expand flags from tab labels to the notebook, only
the expand flags from the pages.
gtk/gtknotebook.c